Skip to main content

Create Rightsizing Policy

POST 

/rightsizing/policy

Create a new rightsizing policy that defines how resource recommendations are calculated.

Request

Body

required

    name Name (string)required
    description Description (string)required
    cpu_percentile PercentileType (string)

    Possible values: [p95, p98, p99, p9999, automatic]

    An enumeration.

    mem_percentile PercentileType (string)

    Possible values: [p95, p98, p99, p9999, automatic]

    An enumeration.

    threshold Threshold (integer)
    cpu_buffer_milicores Cpu Buffer Milicores (integer)
    mem_buffer_megabytes Mem Buffer Megabytes (integer)

Responses

Policy created successfully

Loading...